home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 2010 April / PCWorld0410.iso / pluginy Firefox / 3863 / 3863.xpi / samples / Macros / Demo-Download.iim < prev    next >
Text File  |  2010-01-25  |  928b  |  25 lines

  1. ∩╗┐VERSION BUILD=200006 
  2. TAB T=1     
  3. TAB CLOSEALLOTHERS
  4. '    
  5. 'You can use the FOLDER=* part of the ONDOWNLOAD command to define another download directory
  6. 'And you can overwrite the automatic file name generation by replacing
  7. 'FILE=+_{{!NOW:yyyymmdd_hhnnss}}  
  8. 'with 
  9. 'FILE=yourname (The correct file extension is added automatically)
  10. 'You can specify if the macro player should wait until the file is downloaded with parameter
  11. 'WAIT=YES/NO (the default is YES)
  12. 'The following web page contains a note for users with Windows XP SP2 that run this 
  13. 'macro via the Internet Explorer Plug-In
  14. '
  15. 'URL GOTO=http://www.iopus.com/imacros/demo/v5/download-xp-sp2.htm
  16. 'WAIT SECONDS=3
  17. '
  18. 'Here starts the regular download macro
  19. '
  20. URL GOTO=http://www.iopus.com/download
  21. ONDOWNLOAD FOLDER=* FILE=* WAIT=YES
  22. TAG POS=2 TYPE=A ATTR=TXT:*Download*   
  23. WAIT SECONDS=3
  24. URL GOTO=http://www.iopus.com/imacros/home/msg/ok.htm 
  25.